Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcTimeValueFunction Class / Evaluate Method / Evaluate(Object[]) Method

The args contains 1 item: time_text.

Time_text is a text string that represents a time in any one of the Microsoft Excel time formats; for example, "6:45 PM" and "18:45" text strings within quotation marks that represent time.



In This Topic
    Evaluate(Object[]) Method
    In This Topic
    Returns the System.DateTime of the date represented by date_text.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Evaluate( _
       ByVal args() As Object _
    ) As Object
    'Usage
     
    Dim instance As CalcTimeValueFunction
    Dim args() As Object
    Dim value As Object
     
    value = instance.Evaluate(args)
    public override object Evaluate( 
       object[] args
    )

    Parameters

    args

    The args contains 1 item: time_text.

    Time_text is a text string that represents a time in any one of the Microsoft Excel time formats; for example, "6:45 PM" and "18:45" text strings within quotation marks that represent time.

    Return Value

    A System.TimeSpan value that indicates the evaluate result.
    See Also